Switches: Editor Options 'insert [ON|OFF|TOGGLE]' 'inserton' 'insertoff' Chose insert or overwrite mode 'layout [ON|OFF|TOGGLE]' set layout mode. 'icons [ON|OFF|TOGGLE]' create icons? 'autouc [ON|OFF|TOGGLE]' convert Oberon-2 reserved word to upper case automatically? 'script [ON|OFF|TOGGLE]' Set script flag while saving? 'casesens [ON|OFF|TOGGLE]' 'forward [ON|OFF|TOGGLE]' 'wordbyword [ON|OFF|TOGGLE]' 'all [ON|OFF|TOGGLE]' options for find/replace Compiler options: 'mc68010 [ON|OFF|TOGGLE]' 'mc68020 [ON|OFF|TOGGLE]' 'mc68030 [ON|OFF|TOGGLE]' 'mc68881 [ON|OFF|TOGGLE]' chose processor 'debug [ON|OFF|TOGGLE]' create code for debugger 'stackchk [ON|OFF|TOGGLE]' 'ovflchk [ON|OFF|TOGGLE]' 'rangechk [ON|OFF|TOGGLE]' 'casechk [ON|OFF|TOGGLE]' 'returnchk [ON|OFF|TOGGLE]' 'nilchk [ON|OFF|TOGGLE]' 'typechk [ON|OFF|TOGGLE]' 'oddchk [ON|OFF|TOGGLE]' 'autoregpars [ON|OFF|TOGGLE]' 'clearvars [ON|OFF|TOGGLE]' 'newsymfile [ON|OFF|TOGGLE]' 'garbagecollector [ON|OFF|TOGGLE]' 'extensions [ON|OFF|TOGGLE]' chose runtime-checks 'smallcode [ON|OFF|TOGGLE]' 'smalldata [ON|OFF|TOGGLE]' chose memory model Moving the cursor: 'up' 'down' 'left' 'right' move cursor by one position to the specified direction. 'top' 'bottom' move cursor to top or bottom of text 'first' 'last' move cursor to first or last column 'wleft' 'wright' move cursor to the beginning of the next word in the specified direction. 'pageup' 'pagedown' move cursor one page up or down, respectively. 'scrollleft' 'scrollright' 'scrollup' 'scrolldown' move the text to the specified direction while keeping the cursors position on the screen. 'tab' 'backtab' move to next or previous tabulator mark. 'ping ' 'pong ' set mark to current line or jump to line mark is set to. 'gotox ' move cursor to column . 'gotoy []' move cursor to line . If is omitted, a requester will ask for a line number. 'mbracket' sets cursor to fitting parantheses ("(" <-> ")", "[" <-> "]", "{" <-> "}") 'gotolastch' move cursor to the position of the last recent text modification. blocks 'bbegin' 'bend' Set begin or end of block to current position. 'markall' mark the hole text as block 'bcopy' copy block to current position. 'bmove' move block to current position. 'bdelete' remove block 'btabright' 'btableft' move block horizontally by one tabulator width 'bunmark' unmark block 'cut' copy block to clipboard and remove it from the text 'copy' copy block to clipboard 'paste' insert contents of clipboard at current position Find and replace 'find' display 'Find' requester 'next' find next occurence of search string 'prev' find previous occurence of search string 'findrep' display 'Find-Replace' requester 'nextrep' find and replace next occurence of search string 'prevrep' find and replace previous occurence of search string 'findstr ' 'repstr ' Set find- or replace-string to File IO commands 'load []' load new text. If is omitted, a filerequester will request for a name. 'save' save text 'saveas []' save text as . If is omitted, a filerequester will request for a name. 'bsave []' save block 'insfile []' insert file 'print' print text 'printblock' print block 'printas' open a requester for printer configuration and print text 'printblkas' open a requester for printer configuration and print block changing the windows 'newwindow' open a new, empty OEd window 'quit' close active OEd window 'iconify' iconify active window 'hide' hide active window 'reveal' display a requesters to select a hidden window to be revealed 'title ' display in title of current window 'shuffle' activate and popup next window in OEd's global window list changing the text 'write ' write at current position 'writeasc ' write character with ASCII-Code to current position 'return' insert new line below current line and move cursor to that line 'split' split current line at current position 'join' join current line and the next line 'back' 'del' delete one character to the left or below the cursor 'deline' delete current line 'undeline' insert deleted line at current position 'wback' 'wdel' delete word to the left or to the right of the cursor 'delbol' 'deleol' delete all characters to the left or to the right of the cursor 'changecase' switch lower <-> upper chase of current character undoing changes 'undo' undo last text modification 'redo' undo last undo 'undoall' undo all stored text modification since last load or save 'redoall' undo all undos and undoalls 'clearundos' free memory for undo list oberon support 'parse' check Oberon-2 syntax of current text 'compile' compile current text 'link' start OLink to line module to a program 'make' start OMake with current module as parameter 'execute' execute compiled and linked program 'coptions []' Set compiler options (e.g. "SET English") to